home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: twisto.eng.hou.compaq.com!news
- From: jhenell@bangate.eur.compaq.com
- Subject: BC++. Pls help me with precompiled headers...
- Message-ID: <Dn65GG.M19@twisto.eng.hou.compaq.com>
- Sender: news@twisto.eng.hou.compaq.com (Gil Kloepfer)
- Organization: Compaq Computer Corp.
- Date: Thu, 22 Feb 1996 17:41:28 GMT
- X-Newsreader: Forte Free Agent 1.0.82
- X-Nntp-Posting-Host: 155.61.68.184
-
- Using Borland C++ v4.52:
-
- I get these (for me) rather confusing error messages.
-
- When compiling I get the following error message:
- "Warning LEATHER.CPP 47: Cannot create pre-compiled header: code in
- header"
- (the 47th line is the constructor of one of the classes,
- "Leather::Leather() (" )
-
- Somewhat confused I went into the Project Options and set the
- precompiled headers to "Do not generate or use".
- This time it went through the compilation, but not the
- Building/Linking:
- Linker Error: Leather::Leather() defined in module LEATHER.CPP is
- duplicated in module RUBBER.CPP
- and this Error is repeated for all methods in the class.
-
- It seems like I'm doing some very basic error, and I'd *greatly*
- appreciate any help.
-
- / a newbie feelin' lame & frustrated..
-
-
-